/ Assembly List / LJCNetCommon / LJCCryptography / Encrypt

Namespace - LJCNetCommon


Parameters
bytes - The byte array.
key - The encryption key.
initializationVector - The IV value.

Returns

The encrypted byte array.

Syntax

C#
public Byte[] Encrypt(Byte[] bytes, Byte[] key, Byte[] initializationVector)

Returns an encrypted byte array from a byte array.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.